home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / mathematics / maths programs / hp11 / amiga / cbio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-16  |  150 b   |  6 lines

  1. extern long __stdargs CBOpen(long);
  2. extern void __stdargs CBClose(void);
  3. extern void __stdargs CBCut(char *);
  4. extern BOOL __stdargs CBPaste(char *);
  5.  
  6.